home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000021_karl@cs.umb.edu_Fri Oct 1 03:11:44 1993.msg < prev    next >
Internet Message Format  |  1994-10-11  |  987b

  1. Received: from terminus.cs.umb.edu by cs.umb.edu with SMTP id AA24389
  2.   (5.65c/IDA-1.4.4 for <tex-k-exp@cs.umb.edu>); Fri, 1 Oct 1993 07:11:46 -0400
  3. Received: by terminus.cs.umb.edu id AA12286
  4.   (5.65c/IDA-1.4.4 for tex-k); Fri, 1 Oct 1993 07:11:44 -0400
  5. Date: Fri, 1 Oct 1993 07:11:44 -0400
  6. From: "K. Berry" <karl@cs.umb.edu>
  7. Message-Id: <199310011111.AA12286@terminus.cs.umb.edu>
  8. To: ken@cs.toronto.edu
  9. Subject: Re:  Simplifying TeX configuration
  10. Cc: tex-k@cs.umb.edu
  11.  
  12. In fact, I plan to implement config files for kpathsea RSN.
  13. But I have to upgrade web2c first; whether config files
  14. make it into that release will depend on how long the rest
  15. of the upgrade takes.
  16.  
  17. I am going to put in an additional wrinkle, as well -- since
  18. Kpathsea expands variable references, you don't have to
  19. hardwire the paths even in your config file:
  20. TEXINPUTS = .:$TEXMFROOT//
  21. will get expanded as is; then you can just set the TEXMFROOT envvar to
  22. test different installed hierarchies.